home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Franz PD / Franz PD Disk #002 (19xx)(Amiga User Group Deutschland e.V.).zip / Franz PD Disk #002 (19xx)(Amiga User Group Deutschland e.V.).adf / Trails / TrailsScreen.def < prev    next >
Text File  |  1986-10-22  |  457b  |  22 lines

  1. DEFINITION MODULE TrailsScreen;
  2. (*
  3.    This module initializes the window and screen for
  4.    the trails program.
  5.    
  6.    Created: 5/24/86 by Richie Bielak
  7.    
  8.    Modified:
  9.  
  10.    Copyright (c) 1986 by Richard Bielak
  11.  
  12.    This program maybe freely copied. But please
  13.    leave my name in. Thanks.....Richie
  14.  
  15. *)
  16. FROM Intuition IMPORT WindowPtr, ScreenPtr;
  17.  
  18.   PROCEDURE SetUpScreen (VAR wp : WindowPtr;
  19.                          VAR sp : ScreenPtr);
  20.  
  21. END TrailsScreen.
  22.